@Generated(value="com.sun.tools.xjc.Driver", date="2024-11-15T12:10:56+01:00", comments="JAXB RI v2.3.2") public static class TaccuinoType.OsservazioniPersonali.Eventi extends Object
Classe Java per anonymous complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="evento" maxOccurs="unbounded" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<urn:taccuino:common>string1_256">
<attribute name="dataRegistrazione" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="dataAggiornamento" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="dataEvento" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="codeSystem" type="{urn:taccuino:common}string1_200" />
<attribute name="codeSystemName" type="{urn:taccuino:common}string1_200" />
<attribute name="codeSystemVersion" type="{urn:taccuino:common}decimal3_2" />
<attribute name="code" type="{urn:taccuino:common}string1_200" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
TaccuinoType.OsservazioniPersonali.Eventi.Evento
Classe Java per anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<TaccuinoType.OsservazioniPersonali.Eventi.Evento> |
evento |
| Constructor and Description |
|---|
Eventi() |
| Modifier and Type | Method and Description |
|---|---|
List<TaccuinoType.OsservazioniPersonali.Eventi.Evento> |
getEvento()
Gets the value of the evento property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2024-11-15T12:10:56+01:00", comments="JAXB RI v2.3.2") protected List<TaccuinoType.OsservazioniPersonali.Eventi.Evento> evento
@Generated(value="com.sun.tools.xjc.Driver", date="2024-11-15T12:10:56+01:00", comments="JAXB RI v2.3.2") public List<TaccuinoType.OsservazioniPersonali.Eventi.Evento> getEvento()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the evento property.
For example, to add a new item, do as follows:
getEvento().add(newItem);
Objects of the following type(s) are allowed in the list
TaccuinoType.OsservazioniPersonali.Eventi.Evento
Copyright © 2024. All rights reserved.